Simplex Noise
#Noise
つよくなったPerlin Noise
おなじくKen Perlinによる
Simplex Grid、Schläfli Orthoschemeとかいうものを使っているらしい 幾何学わかんね~
立方体のグリッドで頑張っていたやつを正四面体にしてやる感じ
グリッド感がより少なく、パフォーマンスが良い
コードは長くなると思うよ
The Book of Shadersの説明、結構しっかりしてる
https://thebookofshaders.com/11/
TODO: 理解する
https://github.com/patriciogonzalezvivo/lygia/blob/04b0151b07833df6ec94c4b56dbae22a93688e91/generative/snoise.glsl
https://cmaher.github.io/posts/working-with-simplex-noise/